[INFO] cloning repository https://github.com/neoromantique/image-display-and-directory
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neoromantique/image-display-and-directory" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneoromantique%2Fimage-display-and-directory", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneoromantique%2Fimage-display-and-directory'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bb576db536d3c819be55fd0e6bc90c9697ec7ee9
[INFO] checking neoromantique/image-display-and-directory against try#d1d7143153307f561233bd4d93e2a3b24157b081 for pr-151539-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneoromantique%2Fimage-display-and-directory" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/neoromantique/image-display-and-directory
[INFO] finished tweaking git repo https://github.com/neoromantique/image-display-and-directory
[INFO] tweaked toml for git repo https://github.com/neoromantique/image-display-and-directory written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/neoromantique/image-display-and-directory on toolchain d1d7143153307f561233bd4d93e2a3b24157b081
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/neoromantique/image-display-and-directory already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f
[INFO] running `Command { std: "docker" "start" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f" "/opt/rustwide/cargo-home/bin/cargo" "+d1d7143153307f561233bd4d93e2a3b24157b081" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling gio v0.20.12
[INFO] [stderr]    Compiling khronos_api v2.2.0
[INFO] [stderr]    Compiling cfg-expr v0.20.6
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling zerocopy-derive v0.8.38
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]     Checking regex-syntax v0.8.9
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking pxfm v0.1.27
[INFO] [stderr]    Compiling xml-rs v0.7.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking shared_library v0.1.9
[INFO] [stderr]     Checking png v0.18.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking fallible-streaming-iterator v0.1.9
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling gl_generator v0.9.0
[INFO] [stderr]     Checking async-channel v2.5.0
[INFO] [stderr]    Compiling toml v0.9.11+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]    Compiling epoxy v0.1.0
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling system-deps v7.0.7
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling glib-sys v0.20.10
[INFO] [stderr]    Compiling gobject-sys v0.20.10
[INFO] [stderr]    Compiling gio-sys v0.20.10
[INFO] [stderr]    Compiling cairo-sys-rs v0.20.10
[INFO] [stderr]    Compiling pango-sys v0.20.10
[INFO] [stderr]    Compiling gdk-pixbuf-sys v0.20.10
[INFO] [stderr]    Compiling gdk4-sys v0.9.6
[INFO] [stderr]    Compiling graphene-sys v0.20.10
[INFO] [stderr]    Compiling gsk4-sys v0.9.6
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]    Compiling gtk4-sys v0.9.6
[INFO] [stderr]    Compiling glib-macros v0.20.12
[INFO] [stderr]    Compiling gtk4-macros v0.9.5
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking glib v0.20.12
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking cairo-rs v0.20.12
[INFO] [stderr]     Checking graphene-rs v0.20.10
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking pango v0.20.12
[INFO] [stderr]     Checking gdk-pixbuf v0.20.10
[INFO] [stderr]     Checking gdk4 v0.9.6
[INFO] [stderr]     Checking gsk4 v0.9.6
[INFO] [stderr]     Checking gtk4 v0.9.7
[INFO] [stderr]     Checking idxd v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]    --> src/ui/list_view.rs:383:9
[INFO] [stdout]     |
[INFO] [stdout] 383 |     use super::*;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/ui/row_widget.rs:1023:9
[INFO] [stdout]      |
[INFO] [stdout] 1023 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::models::RowItem`
[INFO] [stdout]     --> src/ui/row_widget.rs:1024:9
[INFO] [stdout]      |
[INFO] [stdout] 1024 |     use crate::models::RowItem;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::path::PathBuf`
[INFO] [stdout]     --> src/ui/row_widget.rs:1025:9
[INFO] [stdout]      |
[INFO] [stdout] 1025 |     use std::path::PathBuf;
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `h`
[INFO] [stdout]    --> src/thumbnails/generator.rs:269:17
[INFO] [stdout]     |
[INFO] [stdout] 269 |         let (w, h) = ThumbnailGenerator::calculate_dimensions(100, 5000, 256);
[INFO] [stdout]     |                 ^ help: if this is intentional, prefix it with an underscore: `_h`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s
[INFO] running `Command { std: "docker" "inspect" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f", kill_on_drop: false }`
[INFO] [stdout] ad965abaccf53d85b842d4dd7a8d2d67a076a2155723571052fd0e6f56342f6f
